CurrencyAmount Registry entry
Specifies a currency denomination and its numerical value for use in a Till.
Usage
This Registry entry is assigned at the system level only:
Key | System |
---|---|
Key 1 | System |
Key 2 | Setting |
Key 3 | CurrencyAmount |
Key 4 | denomination |
Value | numerical value |
Examples
This entry defines the numerical value of 5 cents:
Key | Setting |
---|---|
Key 1 | System |
Key 2 | Setting |
Key 3 | CurrencyAmount |
Key 4 | 5c |
Value | 0.05 |
The denomination label (5c
) will display in the Till. Its value when calculating totals is 0.05. If there are 10 x 5c in the Till, the value calculated is 10 x 0.05 = 50c
The following two entries define the numerical value of 20 dollars:
Key | Setting | Setting |
---|---|---|
Key 1 | System | System |
Key 2 | Setting | Setting |
Key 3 | CurrencyAmount | CurrencyAmount |
Key 4 | $20.00 | $20.00 |
Value | 20.00 | 20 |